home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 56118 / 56118.xpi / chrome.manifest next >
Text File  |  2009-12-21  |  943b  |  22 lines

  1. # make this a 'platform' declaration so we can load different xul files for win/mac/unix
  2. content ffbccthis chrome/content/ffbccthis/ platform
  3. # this is shared stuff
  4. content ffbccthis-common chrome/content/common/
  5.  
  6. # Firefox
  7. overlay    chrome://browser/content/browser.xul    chrome://ffbccthis/content/ffbccthisOverlay.xul
  8. # What's this for?  Old firefox?
  9. overlay    chrome://navigator/content/navigator.xul    chrome://ffbccthis/content/ffbccthisOverlay.xul
  10.  
  11. # our platform specific skin stuff is here
  12. skin    ffbccthis    classic/1.0    chrome/skin/classic/ffbccthis/
  13. # common stuff here
  14. skin    ffbccthis-common    classic/1.0    chrome/skin/classic/common/
  15.  
  16. style    chrome://browser/content/browser.xul    chrome://ffbccthis/skin/ffbccthisOverlay.css
  17. style    chrome://global/content/customizeToolbar.xul    chrome://ffbccthis/skin/ffbccthisOverlay.css
  18.  
  19. # What's this for?  Old firefox?
  20. style    chrome://navigator/content/navigator.xul    chrome://ffbccthis/skin/ffbccthisOverlay.css
  21.  
  22.